home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-07 | 410 b | 14 lines | [TEXT/MMCC] |
- // FinderAE.h
-
- #ifndef __FINDERAE__
- #define __FINDERAE__
-
- #include <Files.h>
-
- OSErr SelectItem(const FSSpec *item, Boolean bringInFront);
- OSErr FinderOpen(const FSSpec *item, Boolean bringInFront);
- OSErr SendOpenSelectionEvent(const FSSpec *parent, const FSSpec *item, Boolean bringInFront);
- OSErr SendRevealEvent(const FSSpec *parent, const FSSpec *item, Boolean bringInFront);
- OSErr ActivateFinder();
-
- #endif